home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / psicrypt.zip / PSICRYPT.DFM / PSICRYPT.txt < prev   
Text File  |  1996-01-15  |  6KB  |  263 lines

  1. object PsiRegDlg: TPsiRegDlg
  2.   Left = 552
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 274
  7.   ClientWidth = 321
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Logo: TImage
  16.     Left = 20
  17.     Top = 15
  18.     Width = 35
  19.     Height = 33
  20.     AutoSize = True
  21.     Center = True
  22.     Picture.Data = {<image000.bmp>}
  23.     Stretch = True
  24.   end
  25.   object Label3: TLabel
  26.     Left = 116
  27.     Top = 26
  28.     Width = 113
  29.     Height = 14
  30.     Alignment = taCenter
  31.     Caption = 'Copyright ∩┐╜ 1995-1996'
  32.     Font.Color = clNavy
  33.     Font.Height = -11
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label4: TLabel
  39.     Left = 92
  40.     Top = 10
  41.     Width = 165
  42.     Height = 14
  43.     Alignment = taCenter
  44.     Caption = 'Psi Computer Consultants Pty. Ltd.'
  45.     Font.Color = clNavy
  46.     Font.Height = -11
  47.     Font.Name = 'Times New Roman'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label10: TLabel
  52.     Left = 96
  53.     Top = 42
  54.     Width = 153
  55.     Height = 15
  56.     Alignment = taCenter
  57.     Caption = 'Compuserve 100232,2111'
  58.     Font.Color = clNavy
  59.     Font.Height = -13
  60.     Font.Name = 'Times New Roman'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object Notebook1: TNotebook
  65.     Left = 0
  66.     Top = 65
  67.     Width = 321
  68.     Height = 209
  69.     Align = alBottom
  70.     TabOrder = 0
  71.     object TPage
  72.       Left = 0
  73.       Top = 0
  74.       Caption = 'DoRegister'
  75.       object Bevel1: TBevel
  76.         Left = 8
  77.         Top = 40
  78.         Width = 305
  79.         Height = 105
  80.         Shape = bsFrame
  81.         IsControl = True
  82.       end
  83.       object Label1: TLabel
  84.         Left = 16
  85.         Top = 80
  86.         Width = 63
  87.         Height = 13
  88.         Caption = 'User Name'
  89.       end
  90.       object Label2: TLabel
  91.         Left = 16
  92.         Top = 112
  93.         Width = 69
  94.         Height = 13
  95.         Caption = 'Registration'
  96.       end
  97.       object SoftwareName: TLabel
  98.         Left = 16
  99.         Top = 48
  100.         Width = 289
  101.         Height = 20
  102.         Alignment = taCenter
  103.         Caption = 'SoftwareName'
  104.         Font.Color = clBlack
  105.         Font.Height = -16
  106.         Font.Name = 'MS Sans Serif'
  107.         Font.Style = [fsBold]
  108.         ParentFont = False
  109.       end
  110.       object Label9: TLabel
  111.         Left = 8
  112.         Top = 8
  113.         Width = 305
  114.         Height = 24
  115.         Alignment = taCenter
  116.         Caption = 'Register'
  117.         Font.Color = clBlack
  118.         Font.Height = -21
  119.         Font.Name = 'Times New Roman'
  120.         Font.Style = [fsBold]
  121.         ParentFont = False
  122.       end
  123.       object DRegKey: TEdit
  124.         Left = 104
  125.         Top = 112
  126.         Width = 201
  127.         Height = 20
  128.         TabOrder = 1
  129.       end
  130.       object DUserName: TEdit
  131.         Left = 104
  132.         Top = 80
  133.         Width = 201
  134.         Height = 20
  135.         TabOrder = 0
  136.       end
  137.       object OKBtn: TBitBtn
  138.         Left = 128
  139.         Top = 158
  140.         Width = 77
  141.         Height = 27
  142.         TabOrder = 2
  143.         OnClick = OKBtnClick
  144.         Kind = bkOK
  145.         Margin = 2
  146.         Spacing = -1
  147.         IsControl = True
  148.       end
  149.     end
  150.     object TPage
  151.       Left = 0
  152.       Top = 0
  153.       Caption = 'GetKey'
  154.       object Bevel2: TBevel
  155.         Left = 8
  156.         Top = 40
  157.         Width = 305
  158.         Height = 105
  159.         Shape = bsFrame
  160.         IsControl = True
  161.       end
  162.       object Label5: TLabel
  163.         Left = 16
  164.         Top = 80
  165.         Width = 63
  166.         Height = 13
  167.         Caption = 'User Name'
  168.       end
  169.       object Label6: TLabel
  170.         Left = 16
  171.         Top = 112
  172.         Width = 69
  173.         Height = 13
  174.         Caption = 'Registration'
  175.       end
  176.       object Label7: TLabel
  177.         Left = 16
  178.         Top = 48
  179.         Width = 45
  180.         Height = 13
  181.         Caption = 'Product'
  182.       end
  183.       object Label8: TLabel
  184.         Left = 8
  185.         Top = 8
  186.         Width = 305
  187.         Height = 24
  188.         Alignment = taCenter
  189.         Caption = 'Get Registration Key'
  190.         Font.Color = clBlack
  191.         Font.Height = -21
  192.         Font.Name = 'Times New Roman'
  193.         Font.Style = [fsBold]
  194.         ParentFont = False
  195.       end
  196.       object PUserName: TEdit
  197.         Left = 104
  198.         Top = 80
  199.         Width = 201
  200.         Height = 20
  201.         TabOrder = 1
  202.       end
  203.       object BitBtn1: TBitBtn
  204.         Left = 168
  205.         Top = 152
  206.         Width = 77
  207.         Height = 27
  208.         TabOrder = 3
  209.         OnClick = BitBtn1Click
  210.         Kind = bkOK
  211.         Margin = 2
  212.         Spacing = -1
  213.         IsControl = True
  214.       end
  215.       object PProduct: TEdit
  216.         Left = 104
  217.         Top = 48
  218.         Width = 201
  219.         Height = 20
  220.         TabOrder = 0
  221.       end
  222.       object PRegKey: TPanel
  223.         Left = 104
  224.         Top = 112
  225.         Width = 201
  226.         Height = 25
  227.         TabOrder = 2
  228.       end
  229.       object BitBtn2: TBitBtn
  230.         Left = 64
  231.         Top = 152
  232.         Width = 77
  233.         Height = 27
  234.         Caption = 'Get Key'
  235.         TabOrder = 4
  236.         OnClick = BitBtn2Click
  237.         Glyph.Data = {
  238.           78010000424D7801000000000000760000002800000020000000100000000100
  239.           04000000000000000000120B0000120B00000000000000000000000000000000
  240.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  241.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  242.           5000555555555555577755555555555550B0555555555555F7F7555555555550
  243.           00B05555555555577757555555555550B3B05555555555F7F557555555555000
  244.           3B0555555555577755755555555500B3B0555555555577555755555555550B3B
  245.           055555FFFF5F7F5575555700050003B05555577775777557555570BBB00B3B05
  246.           555577555775557555550BBBBBB3B05555557F555555575555550BBBBBBB0555
  247.           55557F55FF557F5555550BB003BB075555557F577F5575F5555577B003BBB055
  248.           555575F7755557F5555550BB33BBB0555555575F555557F555555507BBBB0755
  249.           55555575FFFF77555555555700007555555555577777755555550000}
  250.         NumGlyphs = 2
  251.       end
  252.       object ErrorRep: TPanel
  253.         Left = 0
  254.         Top = 184
  255.         Width = 321
  256.         Height = 25
  257.         Align = alBottom
  258.         TabOrder = 5
  259.       end
  260.     end
  261.   end
  262. end
  263.